home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / pcgames / gnmdemo / GNM / tnsClient.exe / 0 / RCDATA / TMSGFRM / TMSGFRM.txt
Text File  |  1998-07-02  |  746b  |  40 lines

  1. object MsgFrm: TMsgFrm
  2.   Left = 231
  3.   Top = 181
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Waiting...'
  7.   ClientHeight = 105
  8.   ClientWidth = 243
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnPaint = FormPaint
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object LaMsg: TLabel
  18.     Left = 16
  19.     Top = 20
  20.     Width = 217
  21.     Height = 41
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'LaMsg'
  25.     Transparent = True
  26.     WordWrap = True
  27.   end
  28.   object BtCancel: TButton
  29.     Left = 83
  30.     Top = 72
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'BtCancel'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 0
  37.     OnClick = BtCancelClick
  38.   end
  39. end
  40.